home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / photo / Setup.exe / {app} / PhotoMeister.exe / 0 / RCDATA / TTIPSFORM / TTIPSFORM.txt
Encoding:
Text File  |  2002-06-17  |  1.9 KB  |  100 lines

  1. object TipsForm: TTipsForm
  2.   Left = 397
  3.   Top = 224
  4.   BorderStyle = bsDialog
  5.   Caption = 'TipsForm'
  6.   ClientHeight = 205
  7.   ClientWidth = 336
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object TipPanel: TPanel
  20.     Left = 4
  21.     Top = 5
  22.     Width = 327
  23.     Height = 164
  24.     BevelOuter = bvLowered
  25.     BevelWidth = 2
  26.     TabOrder = 0
  27.     object Image1: TImage
  28.       Left = 10
  29.       Top = 12
  30.       Width = 30
  31.       Height = 40
  32.       AutoSize = True
  33.     end
  34.     object TipTitleLbl: TLabel
  35.       Left = 62
  36.       Top = 24
  37.       Width = 75
  38.       Height = 19
  39.       Caption = 'TipTitleLbl'
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clWindowText
  42.       Font.Height = -16
  43.       Font.Name = 'Times New Roman'
  44.       Font.Style = [fsBold]
  45.       ParentFont = False
  46.     end
  47.     object tiplbl: THTMLStaticText
  48.       Left = 62
  49.       Top = 48
  50.       Width = 249
  51.       Height = 105
  52.       AutoScroll = True
  53.       AutoSizeType = asVertical
  54.       AutoSizing = False
  55.       MiniScroll = False
  56.       ShadowOffset = 1
  57.       TabOrder = 0
  58.       VAlignment = tvaTop
  59.     end
  60.   end
  61.   object ShowChk: TCheckBox
  62.     Left = 5
  63.     Top = 178
  64.     Width = 132
  65.     Height = 17
  66.     Caption = ' &Show tips at startup'
  67.     TabOrder = 1
  68.   end
  69.   object OKBtn: TButton
  70.     Left = 243
  71.     Top = 173
  72.     Width = 89
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = '&Close'
  76.     Default = True
  77.     TabOrder = 2
  78.     OnClick = OKBtnClick
  79.   end
  80.   object NextBtn: TButton
  81.     Left = 146
  82.     Top = 174
  83.     Width = 89
  84.     Height = 25
  85.     Caption = '&Next Tip'
  86.     TabOrder = 3
  87.     OnClick = NextBtnClick
  88.   end
  89.   object PrevBtn: TButton
  90.     Left = 338
  91.     Top = 65
  92.     Width = 89
  93.     Height = 25
  94.     Caption = '&Previous Tip'
  95.     TabOrder = 4
  96.     Visible = False
  97.     OnClick = PrevBtnClick
  98.   end
  99. end
  100.